projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cb4900
)
Fix typo in cset 14341:0affe03ee985 that broke migration.
author
Ewan Mellor
<ewan@xensource.com>
Sun, 11 Mar 2007 22:42:22 +0000
(22:42 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Sun, 11 Mar 2007 22:42:22 +0000
(22:42 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index 13a7a20f58cdf74e9c56995bcc43a57fe443497d..e4f30fc6e422d9dbed5573ad862d26f81fe0c0f7 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-1564,7
+1564,7
@@
class XendDomainInfo:
self.console_mfn = console_mfn
self._introduceDomain()
- if self.info.
ha
s_hvm():
+ if self.info.
i
s_hvm():
self.image = image.create(self, self.info)
if self.image:
self.image.createDeviceModel(True)